﻿@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
li {
	list-style: none;
}
/*关于我们开始*/
.gywm {
	width: 1100px;
	height: 480px;
	margin: 70px auto;
}
.gywmL {
	s width: 650px;
	height: 100%;
	float: left;
}
.gywmLtop {
	width: 100%;
	height: 84px;
	padding-top: 20px;
	box-sizing: border-box;
	position: relative;
}
.gywmLtopP1 {
	font-size: 30px;
	color: #333;
}
.gywmLtopP1 span {
	font-size: 14px;
	color: #666;
	margin-left: 10PX;
}
.gywmLtopP2 {
	font-size: 12px;
	color: #333;
	letter-spacing: 13px;
}
.gywmLtopLine {
	width: 350px;
	height: 1px;
	background: #ccc;
	margin-top: 8px;
}
.gywmR {
	width: 356px;
	height: 100%;
	float: right;
	overflow: hidden;
}
.gywmR img {
	height: 100%;
	cursor: pointer;
	transition: .3s;
}
.gywmR:hover img {
	transform: scale(1.1);
}
.gywmLtopMore {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 16px;
	color: #333;
	transition: .3s;
}
.gywmLtop:hover .gywmLtopMore {
	color: #333;
	transform: translateX(5px);
}
.gywmLtopMore:after {
	content: url(../images/more.png);
	margin-left: 5px;
}
.gywmLCont {
	width: 100%;
	height: 360px;
	margin-top: 36px;
	font-size: 16px;
	color: #333;
	line-height: 32px;
}
/*关于我们结束*/
/*公共标题开始*/
.title p:nth-child(1) {
	color: #a8a8a8;
	font-size: 30px;
	font-family: georgia;
	text-align: center;
}
.title p:nth-child(2) {
	font-size: 24px;
	color: #333;
	text-align: center;
}
.title p:nth-child(2) span {
	position: relative;
}
/*.title p:nth-child(2) span:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #cccccc;
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translate(-20px, -50%);
}*/
/*.title p:nth-child(2) span:after {
	content: '';
	display: block;
	width: 55px;
	height: 1px;
	background: #cccccc;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translate(20px, -50%);
}*/
/*公共标题结束*/
/*理由开始*/
.liyou {
	width: 100%;
	height: 578px;
	background: url(../images/liyoubg.jpg) no-repeat center;
}
.liyouBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.liyoubt {
	padding-top: 70px;
	box-sizing: border-box;
	text-align: center;
}
.liyouimg {
	position: absolute;
	left: 50%;
	top: 370px;
	transform: translate(-50%, -50%);
}
.liyouOne p:nth-child(1) {
	color: #444;
	font-size: 22px;
	font-weight: bold;
	position: relative;
}
.liyouOne:hover p:nth-child(1) {
	color: #4384e5;
}
.liyouOne p:nth-child(1):after {
	content: url(../images/liyouoneafter.png);
	position: absolute;
	left: 0;
	top: -10px;
	transform: translate(-210%, 10px);
}
.liyouOne p:nth-child(2) {
	font-size: 12px;
	width: 220px;
	color: #bbbbbb;
	margin-top: 10px;
	font-family: arial;
}
.liyouOne1 {
	position: absolute;
	left: 70px;
	top: 240px;
}
.liyouOne2 {
	position: absolute;
	left: 70px;
	top: 366px;
}
.liyouOne3 {
	position: absolute;
	left: 70px;
	top: 462px;
}
.liyouOne4 {
	position: absolute;
	left: 860px;
	top: 240px;
}
.liyouOne5 {
	position: absolute;
	left: 860px;
	top: 366px;
}
.liyouOne6 {
	position: absolute;
	left: 860px;
	top: 462px;
}
/*理由结束*/
/*方案开始*/
.fangan {
	width: 100%;
	height: 650px;
}
.fanganBox {
	width: 1100px;
	margin: 0 auto;
	padding-top: 60px;
	box-sizing: border-box;
}
.title {
	width: 560px;
	height: 60px;
	border: 1px solid #999;
	margin: 0 auto;
}
.titleSpan {
	padding: 20px;
	border: 1px solid red;
}
.title p:nth-child(1) {
	color: #4384e5;
	font-size: 28px;
	text-align: center;
	transform: translate(0, -20px);
}
.title p:nth-child(1) span {
	background: #fff;
	padding: 30px;
	font-weight: bold;
}
.title p:nth-child(2) {
	font-size: 18px;
	color: #666;
	text-align: center;
	transform: translate(0, -10px);
}
.fanganList {
	width: 1100px;
	margin: 0 auto;
	margin-top: 60px
}
.fanganOne {
	width: 260px;
	height: 402px;
	background: #f9f9f9;
	float: left;
	margin-right: 20px;
	text-align: center;
	position: relative;
}
.fanganOne:hover {
	background: #4384e5;
}
.fanganOne:nth-child(4) {
	margin-right: 0;
}
.fanganImg {
	width: 230px;
	height: 140px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	margin-top: 13px;
}
.fanganImg img {
	cursor: pointer;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
}
.fanganOne:hover .fanganImg img {
	transform: translate(-50%, -50%) scale(1.1);
}
.fanganOne p:nth-child(2) {
	font-size: 16px;
	color: #666;
	font-weight: bold;
	margin: 20px 0;
	padding: 0 10px;
}
.fanganOne p:nth-child(3) {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	padding: 0 10px;
}
.fanganOne:hover p:nth-child(3) {
	color: #fff;
}
.fanganOne:hover p:nth-child(2) {
	color: #fff;
}
.fanganOne a {
	display: block;
	margin: 0 auto;
	width: 105px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #4384e5;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translate(-50%, 0);
	overflow: hidden;
}
.fanganOne:hover a {
	overflow: inherit;
}
.fanganOne a span {
	background: #4384e5;
	width: 58px;
	font-size: 14px;
	color: #fff;
	z-index: 30;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 1px;
}
.fanganOne a:before {
	content: '';
	display: block;
	width: 110%;
	height: 20px;
	background: #4384e5;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}
.fanganOne:hover a {
	border: 1px solid #fff;
	box-sizing: border-box;
}
.fanganOne a:after {
	content: '';
	display: block;
	width: 70px;
	height: 110%;
	background: #4384e5;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}
/*方案结束*/
/**/
.tel {
	width: 100%;
	height: 169px;
	background: url(../images/telbg.jpg) no-repeat center;
	margin: 0 auto;
}
.telBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.tel1 {
	color: #fff;
	font-size: 26px;
	text-shadow: 3px 3px 4px #666;
	letter-spacing: 2px;
	font-weight: bold;
	position: absolute;
	left: 10px;
	top: 40%;
	transform: translate(0, -50%);
}
.tel2 {
	position: absolute;
	right: 10px;
	top: 60%;
	transform: translate(0, -50%);
	text-align: right;
	color: #fff;
	font-size: 22px;
}
.tel2 span {
	font-size: 40px;
	font-family: arial;
}
/**/
/*产品中心开始*/
.product {
	width: 100%;
	height: 830px;
	padding-top: 80px;
	box-sizing: border-box;
}
.proBox {
	width: 1180px;
	margin: 0 auto;
}
.proBoxTitle {
	width: 320px;
}
.proList {
	width: 1100px;
	margin: 0 auto;
	margin: 80px;
}
.proNav {
	width: 230px;
	height: 530px;
	float: left;
	border: 1px solid #4384e5;
	box-sizing: border-box;
	padding-top: 90px;
	position: relative;
}
.proNavTop {
	width: 100%;
	height: 70px;
	background: #4384E5;
	position: absolute;
	left: 0;
	top: 0;
}
.youshiTitleTop {
	top: 31px;
	width: 200px;
	left: 80px;
}
.proNavTopImg {
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: 60px;
	top: 50%;
	transform: translate(-50%, -50%);
}
.proNavTopImg img {
	width: 140%;
	position: absolute;
	left: 50%;
	top: 58%;
	transform: translate(-50%, -50%);
}
.proNavTop p {
	letter-spacing: 4px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	left: 110px;
	top: 50%;
	transform: translate(0, -50%);
}
.proNav:after {
	content: '';
	display: block;
	width: 21px;
	height: 430px;
	background: #ffffff;
	position: absolute;
	right: 15px;
	top: 80px;
}
.proNavList {
	width: 190px;
	height: 420px;
	margin: 0 auto;
	overflow-y: scroll;
}
.proNavList li {
	width: 100%;
	background: url(../images/proNavlibg.png) no-repeat left top;
	padding-top: 10px;
	padding-left: 20px;
	box-sizing: border-box;
	margin-bottom: 13px;
}
.proNavList li a {
	color: #666;
	font-size: 14px;
}
.proNavList li a:hover {
	color: #4384e5;
}
.proOneList {
	width: 790px;
	float: right;
	margin-top: 20px;
}
.proOneList li {
	width: 245px;
	height: 237px;
	border: 1px solid #f4f4f4;
	margin-right: 24px;
	position: relative;
	transition: .3s;
	float: left;
	margin-bottom: 24px;
}
.proOneList li:nth-child(3n) {
	margin-right: 0;
}
.proOneImg {
	width: 100%;
	height: 197px;
	overflow: hidden;
	position: relative;
}
.proOneImg img {
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
}
.proOneA {
	width: 100%;
	height: 40px;
	padding: 0 20px;
	box-sizing: border-box;
	background: #f4f4f4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	line-height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #666;
	text-align: center;
	transition: .3s;
}
.proOneList li:hover {
	border: 1px solid #4384e5;
}
.proOneList li:hover .proOneA {
	background: #4384e5;
	color: #fff;
}
.proOneList li:hover .proOneImg img {
	transform: translate(-50%, -50%) scale(1.1);
}
/*产品中心结束*/
/*合作伙伴开始*/
.partner {
	width: 100%;
	height: 620px;
	background: url(../images/hzhbbg.jpg) no-repeat center;
}
.partnerBox {
	width: 1100px;
	margin: 0 auto;
}
/**/
.anliList {
	width: 1021px;
	margin: 0 auto;
	padding-top: 155px;
	padding-left: 100px;
}
.anliOne {
	width: 120px;
	height: 120px;
	position: relative;
	margin-right: 170px;
	float: left;
	margin-bottom: 50px;
}
.anliOneA {
	width: 100%;
	height: 100%;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
}
/*.anliOne .anliOneBg .anliOneA2 {
	font-size: 20px;
	color: red;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
}*/
.anliMore {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 24px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 100;
}
.anliMore:hover {
	color: #fff;
}
.anliMore span {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.anliOneA span {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.anliOne:hover .anliOneA {
	opacity: 1;
	color: #fff;
}
.anliOne:nth-child(4) {
	margin-right: 0;
}
.anliOne:nth-child(5) {
	margin-left: 147px;
}
.anliOne:nth-child(8) {
	margin-left: 276px;
}
.anliOne:nth-child(10) {
	margin-left: 415px;
}
.anliOneBg {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotateZ(45deg);
	background: #fff;
}
.anliOneBg2 {
	background: #4384e5;
}
.anliOneImg {
	width: 135px;
	height: 135px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.anliOneImg:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
}
.anliOneImg img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	transition: .3s;
}
.anliOne:hover .anliOneImg img {
	background: #000000;
	opacity: .5;
}
.anliOneP {
	color: #fff;
	text-align: center;
	width: 140px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: .3s;
}
.anliOne:hover .anliOneP {
	opacity: 1;
}
.anliOneP:after {
	width: 200px;
	height: 200px;
	background: rgba(67, 132, 229, 0.8);
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotateZ(45deg);
}
/*合作伙伴结束*/
/*优势开始*/
.youshi {
	width: 100%;
	height: 1260px;
	margin: 0 auto;
	padding-top: 50px;
	box-sizing: border-box;
}
.youshiTitle {
	width: 1100px;
	height: 140px;
	background: #4384e5;
	margin: 0 auto;
	margin-bottom: 80px;
	position: relative;
}
.youshiTitle:after {
	content: url(../images/youshiafter.png);
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 100%);
}
.youshiTitleIco {
	background: url(../images/ico.png) no-repeat center left;
	padding-left: 70px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: 200px;
	transform: translate(-50%, -50%);
}
.youshiTitleW {
	width: 800px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 700px;
	top: 50%;
	transform: translate(-50%, -50%);
}
.youshiTitleW span:nth-child(1) {
	font-size: 34px;
	font-weight: bold;
}
.youshiTitleW span:nth-child(2) {
	font-size: 22px;
}
.youshiTitleW span:nth-child(4) {
	font-size: 30px;
	letter-spacing: 3px;
}
.youshiBox {
	width: 1100px;
	margin: 0 auto;
}
.youshiBox {
	width: 1100px;
	margin: 20px auto;
}
.youshiBox li {
	width: 100%;
	height: 237px;
}
.youshiBox li:nth-child(odd) .youshiImg {
	width: 550px;
	height: 100%;
	float: left;
}
.youshiBox li:nth-child(even) .youshiImg {
	width: 550px;
	height: 100%;
	float: right;
}
.youshiBox li:nth-child(even) .youshiWord {
	width: 550px;
	height: 100%;
	float: left;
}
.youshiBox li:nth-child(odd) .youshiWord {
	width: 550px;
	height: 100%;
	float: right;
}
.youshiWord {
	padding: 20px 35px 0 35px;
	box-sizing: border-box;
	position: relative;
}
.youshiWordTitle {
	height: 60px;
	position: relative;
	padding-left: 80px;
}
.youshiWordTitleico {
	width: 55px;
	height: 60px;
	text-align: center;
	font-size: 30px;
	background: url(../images/liico.png) no-repeat center;
	color: #fff;
	position: absolute;
	left: 0;
}
.youshiWordTitle p:nth-child(2) {
	color: #4384e5;
	font-size: 24px;
}
.youshiWordTitle p:nth-child(3) {
	font-size: 14px;
	color: #999;
}
.youshiP {
	font-size: 14px;
	color: #666;
	margin-left: 20px;
	margin-top: 20px;
}
/*优势结束*/
/*案例开始*/
.anli {
	width: 100%;
	height: 390px;
	margin: 0 auto;
	margin-bottom: 180px;
	background: #f4f4f4;
}
.anliTitle {
	text-align: center;
	color: #4384e5;
	padding: 40px 0;
	box-sizing: border-box;
	font-size: 28px;
	font-weight: bold;
}
.gundongBox {
	width: 1100px;
	margin: 8px auto;
}
/*案例结束*/
/*流程开始*/
.process {
	width: 100%;
	height: 340px;
	padding-top: 80px;
	box-sizing: border-box;
	overflow: hidden;
}
.processP1 {
	font-size: 20px;
	color: #000;
	font-family: georgia;
}
.processP2 {
	font-size: 18px;
	color: #333;
	letter-spacing: 4px;
}
.processP2 span {
	position: relative;
}
.processP2 span:after {
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	background: #005ac3;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translate(10px, -50%);
}
.processOneNum {
	font-family: arial;
	font-size: 36px;
	color: #333;
	position: absolute;
	right: 140px;
	top: 50%;
	transform: translateY(-50%);
}
.cpysList ul li:hover {
	border-color: #81b549;
	background: #80b448;
}
.cpysList ul li:hover .processOneNum {
	color: #fff;
}
.processOneP {
	position: absolute;
	left: 104px;
	top: 50%;
	transform: translateY(-50%);
}
.processOneP p:nth-child(1) {
	color: #7b7b7b;
	font-size: 12px;
	font-family: arial;
}
.cpysList ul li:hover .processOneP p:nth-child(1) {
	color: #e8e8e8;
}
.processOneP p:nth-child(2) {
	color: #333;
	font-size: 15px;
}
.cpysList ul li:hover .processOneP p:nth-child(2) {
	color: #fff;
}
/*流程结束*/
/*设计师开始*/
.sjs {
	width: 100%;
	height: 760px;
	background: url(../images/sjsbg.jpg);
}
.sjsBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}
.sjsP1 {
	font-size: 15px;
	color: #fff;
	text-align: center;
	padding-top: 77px;
	box-sizing: border-box;
	letter-spacing: 8px;
}
.sjsP2 {
	font-size: 28px;
	color: #fff;
	text-align: center;
	letter-spacing: 8px;
	margin-top: 20px;
}
.sjsCont {
	width: 100%;
	height: 470px;
	margin-top: 50px;
}
.sjsL {
	width: 535px;
	height: 330px;
	float: left;
	position: relative;
}
.sjsLShow {
	width: 535px;
	height: 330px;
	overflow: hidden;
}
.sjsLShow ul {
	width: 2140px;
	transition: .3s;
}
.sjsLShow ul li {
	width: 535px;
	height: 330px;
	padding-left: 10px;
	padding-top: 16px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	float: left;
}
.sjsLShow ul li p:nth-child(1) {
	font-size: 40px;
	color: #585858;
	margin-bottom: 28px;
}
.sjsLShow ul li p:nth-child(2) {
	font-size: 16px;
	font-family: '宋体';
	font-weight: bold;
	margin-bottom: 20px;
	color: #c4950c;
}
.sjsLShow ul li p:nth-child(3) {
	font-size: 14px;
	color: #585858;
	font-family: "宋体";
	line-height: 30px;
}
.sjsLShow ul li p:nth-child(3) span {
	font-weight: bold;
	/* margin-bottom: 14px; */
	line-height: 30px;
}
.sjsLShow ul li p:nth-child(3) span:after {
	content: '';
	display: block;
}
.sjsLShow ul li div {
	width: 70px;
	height: 2px;
	background: #015FA7;
	margin: 20px 0;
}
.sjsLShowWord {
	width: 310px;
	height: 250px;
	margin-top: 87px;
	margin-left: 75px;
}
.sjsLShowWord p:nth-child(1) {
	font-size: 28px;
	color: #ebebeb;
	margin-bottom: 40px;
}
.sjsLShowWord p:nth-child(2) {
	font-size: 14px;
	color: #f7f7f7;
	line-height: 38px;
	letter-spacing: 2px;
}
.sjsLShowImg {
	position: absolute;
	left: 550px;
	bottom: -10px;
	transform: translateX(-50%);
}
.sjsLCtrlS {
	width: 25px;
	height: 24px;
	cursor: pointer;
	position: absolute;
	right: 30px;
	top: 28px;
}
.sjsLCtrlX {
	width: 25px;
	height: 24px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 28px;
}
.sjsCtrlPoint {
	position: absolute;
	left: 50%;
	top: 88%;
	transform: translate(-50%, -50%);
}
.sjsCtrlPointOne {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-right: 10px;
	float: left;
	color: #5d5d5d;
	border: 1px solid #5d5d5d;
	border-radius: 50%;
}
.sjsCtrlPointOneOn {
	color: #fff;
	background: #015FA7;
}
/**/
.sjsR {
	width: 400px;
	height: 100%;
	float: right;
	border-top: 1px solid #ccc;
	box-sizing: border-box;
}
.sjsOne {
	box-sizing: border-box;
	width: 400px;
	height: 156px;
	border-bottom: 1px solid #ccc;
	position: relative;
	overflow: hidden;
}
.sjsrw {
	position: absolute;
	left: 87px;
	top: -36px;
	transform: translateX(-50%);
}
.sjsrw img {
	transform: scale(.7);
}
.sjsOne:nth-child(2n) .sjsrw {
	left: 293px;
}
.sjsjs {
	width: 192px;
	position: absolute;
	right: 10px;
	top: 58%;
	transform: translateY(-50%);
}
.sjsOne:nth-child(2n) .sjsjs {
	left: 20px;
}
.sjsjs p:nth-child(1) {
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
}
.sjsjs p:nth-child(2) {
	font-size: 14px;
	color: #bbb;
	height: 37px;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/*设计师结束*/
/*服务开始*/
.service {
	width: 1100px;
	height: 200px;
	background: #ededed;
	margin: 0 auto;
	margin-top: 140px;
	position: relative;
}
.fwCn {
	font-size: 18px;
	font-family: "宋体";
	color: #0c490f;
	font-weight: bold;
	letter-spacing: 6px;
	position: absolute;
	top: -120px;
	left: 0;
}
.fwEn {
	font-size: 14px;
	font-family: "宋体";
	color: #585858;
	position: absolute;
	left: 0;
	top: -100px;
}
.fwP1 {
	text-align: center;
	font-size: 18px;
	color: #c4950c;
	font-weight: bold;
	letter-spacing: 2px;
	position: absolute;
	left: 50%;
	top: -50px;
	transform: translateX(-50%);
}
.fwP1 span:before {
	display: block;
	content: '';
	width: 50px;
	height: 1px;
	background: #C4950C;
	position: absolute;
	right: 100%;
	top: 40%;
	transform: translateX(-10px);
}
.fwImg {
	width: 250px;
	height: 250px;
	background: #fff;
	overflow: hidden;
	position: absolute;
	left: 50px;
	top: -80px;
}
.fwImg img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.fwWord {
	width: 600px;
	font-size: 13px;
	font-family: '宋体';
	color: #585858;
	line-height: 24px;
	position: absolute;
	left: 400px;
	top: 50%;
	transform: translateY(-50%);
}
/*服务结束*/
/*关于开始*/
.about {
	width: 100%;
	height: 440px;
	margin: 0 auto;
	background: url(../images/aboutbg.jpg) no-repeat center;
}
.aboutBox {
	width: 1100px;
	margin: 0 auto;
}
.aboutTitleCn {
	text-align: center;
	font-size: 28px;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 10px;
	box-sizing: border-box;
	font-weight: bold;
}
.aboutTitleEn {
	text-align: center;
	font-size: 16px;
	font-family: arial;
	color: #fff;
}
.aboutWord {
	width: 890px;
	height: 125px;
	margin: 40px auto;
	font-size: 13px;
	color: #fff;
	line-height: 32px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.aboutNav {
	width: 680px;
	height: 40px;
	margin: 0 auto;
}
.aboutNav li {
	width: 140px;
	height: 40px;
	float: left;
	margin-right: 40px;
	line-height: 40px;
	border: 1px solid #999;
	box-sizing: border-box;
	text-align: center;
	transition: .3s;
	position: relative;
}
.aboutNav li:last-child {
	margin-right: 0;
}
.aboutNav li:after {
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	background: rgba(255, 255, 255, 0);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	transition: .3s;
}
.aboutNav li:hover:after {
	background: rgba(255, 255, 255, 1);
	transform: translate(-50%, -5px);
}
.aboutNav li:hover {
	background: rgba(255, 255, 255, .2);
}
.aboutNav li a {
	color: #fff;
	padding: 10px;
}
/*关于结束*/
/*理由开始*/
.ly {
	width: 100%;
	height: 1707px;
	background: #fff;
}
.lyBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	padding-top: 40px;
	box-sizing: border-box;
	position: relative;
	background: url(../images/lybg.png) no-repeat top;
	position: relative;
}
.lyTitle {
	font-size: 20px;
	color: #191919;
	position: absolute;
	left: 50%;
	top: 98px;
	transform: translateX(-49%);
}
.lyTitle2 {
	font-size: 14px;
	color: #999;
	position: absolute;
	left: 50%;
	top: 125px;
	transform: translateX(-50%);
}
.lyOne1 {
	position: absolute;
	left: 68px;
	top: 235px;
}
.lyOne2 {
	width: 480px;
	position: absolute;
	right: 0;
	top: 588px;
}
.lyOne3 {
	width: 484px;
	position: absolute;
	right: 0px;
	top: 1017px;
}
.lyOne4 {
	width: 410px;
	position: absolute;
	right: 22px;
	top: 1278px;
}
.lyOne2 li {
	float: left;
	width: 400px;
}
.lyOne3 li {
	float: right;
	width: 457px;
}
.lyOne4 li {
	width: 400px;
}
.lyOne li {
	line-height: 28px;
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
	text-align: justify;
	/* width: 100%; */
}
.lyOne li:before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #999;
	position: absolute;
	left: 0;
	top: 11px;
}
.lyOne1 li {
	width: 411px;
}
.lyOne ul {
	margin-top: 20px;
}
.lyOnePCN {
	font-size: 20px;
	color: #191919;
}
.lyOnePEN {
	font-size: 12px;
	color: #999;
}
/**/
.lyTel {
	width: 500px;
	height: 90px;
	position: absolute;
	right: 0;
	top: 1520px;
}
.lytelbox1 {
	width: 100%;
	height: 55px;
	border-bottom: 1px solid #999;
}
.lyt1 {
	float: left;
	font-size: 14px;
	color: #333;
	height: 100%;
}
.lyt2 {
	float: left;
	font-weight: bold;
	font-size: 18px;
	font-family: arial;
	color: #333;
	height: 100%;
}
.lyt3 {
	display: block;
	width: 130px;
	height: 34px;
	letter-spacing: 2px;
	line-height: 34px;
	background: #333;
	color: #fff;
	font-size: 14px;
	float: left;
	text-align: center;
	margin-left: 20px;
}
.lyt3:hover {
	color: #fff;
	text-decoration: underline;
}
.lyt4 {
	display: block;
	width: 130px;
	height: 34px;
	letter-spacing: 2px;
	line-height: 34px;
	background: #fff;
	border: 1px solid #333;
	color: #333;
	font-size: 14px;
	float: left;
	text-align: center;
	margin-left: 10px;
}
.lyt4:hover {
	color: #333;
	text-decoration: underline;
}
.lytep {
	text-align: center;
	font-size: 14px;
	color: #333;
	margin-top: 8px;
}
.lytep span {
	color: #999;
}
/**/
.lyimg1 {
	position: absolute;
	right: 0;
	top: 321px;
	transform: translateY(-50%);
}
.lyimg2 {
	position: absolute;
	left: 312px;
	top: 712px;
	transform: translate(-50%, -50%);
}
.lyimg3 {
	position: absolute;
	left: 213px;
	top: 1234px;
	transform: translate(-50%, -50%);
}
.lyimg4 {
	position: absolute;
	left: 909px;
	top: 1714px;
	transform: translate(-50%, -50%);
}
/*理由结束*/
/*亮点开始*/
.ld {
	width: 100%;
	height: 512px;
	background: url(../images/ldbg.png) no-repeat center;
}
.ldBox {
	position: relative;
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}
.ldP1 {
	position: absolute;
	left: 50%;
	top: 54px;
	transform: translateX(-50%);
	font-size: 24px;
	color: #fff;
}
.ldP1 span {
	font-size: 36px;
}
.ldp2 {
	position: absolute;
	left: 50%;
	top: 106px;
	transform: translateX(-50%);
	font-size: 14px;
	letter-spacing: 4px;
	color: #fff;
}
.ldp3 {
	position: absolute;
	left: 50%;
	top: 157px;
	transform: translateX(-50%);
	font-size: 14px;
	color: #fff;
	letter-spacing: 4px;
}
.ldList {
	width: 1100px;
	height: 300px;
	position: absolute;
	left: 0;
	top: 250px;
}
.ldList li {
	width: 138px;
	height: 220px;
	background: url(../images/ldobg.png) no-repeat top center;
	margin-right: 102px;
	float: left;
	color: #fff;
	text-align: center;
	position: relative;
}
.ldList li:hover {
	transition: .3s;
	transform: translateY(-10px);
}
.ldList li:nth-child(5) {
	margin-right: 0;
}
.ldList li p:nth-child(1) {
	font-size: 24px;
	font-family: arial;
	position: absolute;
	left: 50%;
	top: 38px;
	transform: translate(-50%, -50%);
	text-align: center;
}
.ldList li p:nth-child(2) {
	width: 100px;
	font-size: 16px;
	letter-spacing: 2px;
	position: absolute;
	left: 50%;
	top: 70px;
	transform: translate(-50%, -50%);
	text-align: center;
}
.ldList li p:nth-child(3) {
	width: 210px;
	font-size: 13px;
	line-height: 23px;
	position: absolute;
	left: 50%;
	top: 171px;
	transform: translate(-50%, -50%);
	text-align: center;
}
/*亮点结束*/
/*定制开始*/
.order {
	width: 100%;
	height: 838px;
	background: url(../images/dzbg2.png) no-repeat center;
}
.orderBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.orTitle1 {
	font-size: 24px;
	color: #333;
	position: absolute;
	left: 50%;
	top: 63px;
	transform: translate(-50%, -50%);
	text-align: center;
}
.orTitle1 span {
	color: #e3a135;
	margin-right: 5px;
}
.orTitle2 {
	font-size: 14px;
	color: #333;
	text-align: center;
	letter-spacing: 7px;
	position: absolute;
	left: 50%;
	top: 104px;
	transform: translate(-50%, -50%);
}
.orTitle3 {
	font-size: 18px;
	color: #333;
	text-align: center;
	letter-spacing: 2px;
	position: absolute;
	left: 50%;
	top: 130px;
	transform: translate(-50%, -50%);
}
.orTitle3 span {
	font-size: 14px;
	font-family: georgia;
}
.orTitle4 {
	font-size: 26px;
	color: #333;
	font-family: georgia;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 420px;
	transform: translate(-50%, -50%);
	letter-spacing: 2px;
}
.orTitle5 {
	font-size: 16px;
	color: #333;
	letter-spacing: 2px;
	text-align: center;
	letter-spacing: 2px;
	position: absolute;
	left: 50%;
	top: 447px;
	transform: translate(-50%, -50%);
}
.orTitle6 {
	font-size: 14px;
	color: #333;
	text-align: center;
	letter-spacing: 2px;
	position: absolute;
	left: 36%;
	top: 727px;
	transform: translate(-50%, -50%);
}
.orTitle7 {
	font-size: 24px;
	font-family: arial;
	color: #333;
	letter-spacing: 2px;
	line-height: 26PX;
	text-align: left;
	letter-spacing: 2px;
	position: absolute;
	left: 50%;
	top: 727px;
	transform: translate(-50%, -50%);
}
.dzIco {
	width: 1100px;
	/* height: 250px; */
	/* background: rgba(0, 0, 0, .1); */
	position: absolute;
	left: 0;
	top: 206px;
}
.dzIco li {
	width: 98px;
	height: 98px;
	border: 1px solid #999;
	border-radius: 50%;
	float: left;
	margin-right: 100px;
	position: relative;
}
.dzIco li:nth-child(6) {
	margin-right: 0;
}
.dzIcoImg {
	width: 36px;
	height: 36px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.dzIcoImg img {
	transform: translateX(-50%);
}
.dzIco li:hover .dzIcoImg img {
	transform: translateX(0%);
	transition: .3s;
}
.dzIco li:hover {
	border: 1px solid #c49c5a;
}
.dzIco li p {
	width: 195px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 132%;
	transform: translate(-50%, -50%);
	color: #333;
	font-size: 13px;
}
.dzIco li:hover p {
	color: #c49c5a;
}
/**/
.orjg {
	font-size: 13px;
	color: #333;
}
.orjg li:nth-child(1) {
	position: absolute;
	left: 71px;
	top: 571px;
	transform: translateY(-50%);
}
.orjg li:nth-child(2) {
	position: absolute;
	left: 339px;
	top: 573px;
	transform: translateY(-50%);
}
.orjg li:nth-child(3) {
	position: absolute;
	left: 667px;
	top: 571px;
	transform: translateY(-50%);
}
.orjg li:nth-child(4) {
	position: absolute;
	left: 964px;
	top: 572px;
	transform: translateY(-50%);
}
.orzx {
	display: block;
	width: 95px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 13px;
	position: absolute;
	left: 668px;
	top: 712px;
}
.orzx:hover {
	color: #fff;
	text-decoration: underline;
}
/*定制结束*/
/*客户案例开始*/
.khjz {
	width: 100%;
	height: 620px;
	padding-top: 40px;
	box-sizing: border-box;
	position: relative;
}
/*客户案例结束*/
/*荣誉资质开始*/
.honor {
	width: 100%;
	height: 625px;
	padding-top: 60PX;
	box-sizing: border-box;
}
.honorTitle {
	width: 315px;
	/* margin-bottom: 26px; */
}
/*荣誉资质结束*/
/*产品优势开始*/
.cpys {
	width: 100%;
	height: 550px;
	padding-top: 40px;
	box-sizing: border-box;
}
.cpysBox {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}
.pcysT {
	width: 916px;
	height: 120px;
	margin: 0 auto;
	background: url(../images/cpys.png) no-repeat center;
	position: relative;
}
.pcysT p {
	position: absolute;
	right: 40px;
	bottom: 10px;
	font-size: 18px;
	color: #333;
}
.pcysT p span {
	color: #6fba2c;
}
.cpList {
	margin-top: 60px;
}
.cpList li {
	box-sizing: border-box;
	width: 275px;
	height: 290px;
	float: left;
	border-right: 1px dashed #999;
	position: relative;
	text-align: center;
}
.cpList li:last-child {
	border: none;
}
.ysOneImg {
	width: 160px;
	height: 160px;
	overflow: hidden;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.ysOneImg img {
	width: 100%;
	cursor: pointer;
	transition: .3s;
}
.cpList li:hover img {
	transform: scale(1.1);
}
.cpysTitke {
	font-size: 18px;
	color: #111;
	letter-spacing: 1px;
	font-weight: bold;
	margin-top: 20px;
}
.cpysP {
	width: 185px;
	margin: 0 auto;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 14px;
	border-top: 1px dashed #999;
	color: #666;
}
/*产品优势结束*/
/*案例开始*/
.case {
	background: #3a3a3a;
	width: 100%;
}
.caseTitle {
	width: 1100px;
	text-align: center;
	margin: 0 auto;
	padding: 40px 0;
}
.caseTitleEN {
	font-size: 24px;
	color: #8f8f8f;
	font-family: georgia;
}
.caseTitleCN {
	color: #fff;
	font-size: 24px;
}
.caseTitleCN span {
	position: relative;
}
.caseTitleCN span:before {
	content: '';
	display: block;
	width: 60px;
	height: 1px;
	background: #666;
	position: absolute;
	top: 50%;
	right: 100%;
	transform: translateX(-20px);
}
.caseTitleCN span:after {
	content: '';
	display: block;
	width: 60px;
	height: 1px;
	background: #666;
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateX(20px);
}
/**/
.cpysList {
	width: 1100px;
	height: 460px;
	margin: 60PX auto;
	box-sizing: border-box;
}
.cpysList .cpysLIcon {
	position: absolute;
	top: 50%;
	transform: translate(-100%, -50%);
}
.cpysList .cpysRIcon {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(100%, -50%);
}
.cpysList ul li {
	position: relative;
	width: 210px;
	height: 312px;
	float: left;
	margin-right: 50px;
	transition: .3s;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 0 10px 0px #666;
}
.cpysList ul li .xcA {
	width: 100%;
	line-height: 30px;
	color: #666;
	font-size: 18px;
	text-align: center;
	padding: 20px 20px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	transition: .3s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cpysList ul li:hover .xcA {
	/*transform: translateY(0);*/
	color: #4384E5;
	text-decoration: underline;
}
.cpysList ul li img {
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.cpysList ul li:hover img {
	animation: cpzsMore 1.5s infinite;
}
.cpysList ul li .cpysListPCN {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.cpysList ul li .cpysListPENG {
	font-size: 14px;
	color: #999;
}
.cpysListUlLiA {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	background: rgba(0, 0, 0, .5);
	transition: .3s;
	color: #fff;
	text-align: center;
}
.cpysListUlLiA p {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
}
.cpysList ul li:hover .cpysListUlLiA {
	transform: translate(-50%, -50%) scale(1);
	color: #fff;
}
/*案例结束*/
/*视频开始*/
.shipin {
	width: 100%;
	height: 580px;
	margin: 40px auto;
	background: #fff;
}
.shipinBox {
	width: 1100px;
	margin: 0 auto;
}
.videoBox {
	width: 713px;
	height: 407px;
	background: #2d2d2d;
	margin: 40px auto;
	position: relative;
}
.video {
	width: 100%;
	height: 100%;
}
.videoImg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(1);
}
.videoImgHover {
	transition: .3s;
	transform: translate(-50%, -50%) scale(0);
}
.videoImg img {
	cursor: pointer;
}
.shipinBd {
	width: 677px;
	height: 48px;
	background: url(../images/biaodian.png) no-repeat center;
	margin: 0 auto;
	margin-bottom: 40px;
}
.shipinBdp {
	width: 240px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 14px;
	color: #5d5d5d;
	border-left: 1px solid #5d5d5d;
	border-right: 1px solid #5d5d5d;
	letter-spacing: 2px;
	float: left;
	margin-left: 90px;
	margin-top: 10px;
}
.shipinBdp2 {
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 14px;
	color: #666666;
	letter-spacing: 2px;
	float: left;
	margin-left: 42px;
	margin-top: 10px;
	letter-spacing: 2px;
}
.shipinBdp2 span {
	color: #494949;
	font-size: 18px;
	font-family: arial;
	position: relative;
}
.shipinBdp2 span:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #6a6a6a;
	position: absolute;
	left: 0;
	bottom: -5px;
}
/*视频结束*/
/*合作伙伴滚动开始*/
.mainTitle {
	width: 1100px;
	height: 80px;
	margin: 20px auto;
	text-align: center;
	position: relative;
}
.mainTitle a {
	position: absolute;
	right: 110px;
	top: 27px;
	font-size: 14px;
	color: #666;
}
.mainTitle a:hover {}
.mainTitleP1 {
	font-size: 24px;
	color: #ccc;
	font-family: georgia;
}
.mainTitleP2 {
	font-size: 24px;
	color: #ccc;
	margin-top: 5px;
	position: relative;
}
.mainTitleP2:before {
	content: '';
	display: block;
	width: 250px;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: 110px;
	top: 20px;
}
.mainTitleP2:after {
	content: '';
	display: block;
	width: 250px;
	height: 1px;
	background: #ccc;
	position: absolute;
	right: 110px;
	top: 20px;
}
.mainTitleP2 span {
	font-size: 24px;
	color: #333;
}
.mainTitleP2 span:last-child {
	font-weight: bold;
}
/**/
/*合作伙伴开始*/
/*合作伙伴开始*/
.hzhb {
	width: 100%;
	height: 151px;
	box-sizing: border-box;
}
.hzhbP1 {
	text-align: center;
	font-size: 30px;
	letter-spacing: 2px;
	color: #333;
	border-bottom: 1px solid #999;
	padding-bottom: 20px;
}
.hzhbP1 span {
	color: #E6BA93;
}
.hzhbP2 {
	text-align: center;
	font-size: 14px;
	color: #666;
	font-family: arial;
	transform: translateY(-12px);
}
.hzhbP2 span {
	background: #fff;
	padding: 0 20px;
}
.hzhbList {
	margin: 0 auto;
	/*overflow: hidden;*/
}
/*滚动开始*/
.hzhb {
	width: 1100px;
	margin: 0 auto;
}
.caseMask {
	width: 1110px;
	height: 220px;
	margin: 20px auto;
	position: relative;
}
.caseMaskT {
	cursor: pointer;
	width: 23px;
	height: 43px;
	position: absolute;
	top: 50%;
}
.caseMaskT::before {
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	background: #999;
	transform: rotate(-45deg) translate(-5px, 5px);
}
.caseMaskT::after {
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	background: #999;
	transform: rotate(-135deg) translate(-16px, -18px);
}
.caseMaskT:hover::before {
	background: #00538d;
}
.caseMaskT:hover::after {
	background: #00538d;
}
.caseMaskTL {
	left: 0;
	transform: translate(-300%, -100%);
}
.caseMaskTR {
	right: 0;
	transform: translate(300%, -100%) rotate(180deg);
}
.caseShow {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.caseBox {
	height: 100%;
	width: 2000px;
}
.caseBox li {
	cursor: pointer;
	width: 266px;
	height: 315px;
	overflow: hidden;
	float: left;
	margin-right: 12px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}
.caseA {
	display: block;
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .8);
	color: #fff;
}
.caseBox li:hover .caseA {
	background: rgba(67, 132, 229, 0.8);
}
.caseA:hover {
	color: #fff;
}
.caseBox li .caseBoxTitle {
	text-align: center;
	padding-top: 20px;
	font-size: 16px;
	color: #333;
	display: block;
	width: 100%;
	height: 50px;
}
.caseBoxImg {
	width: 266px;
	height: 266px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.caseBoxImg img {
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.caseBoxImgLight {
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 0px;
	background: rgba(255, 255, 255, .2);
	box-shadow: 0 0 36px 10px rgba(255, 255, 255, .2);
	transform: rotateZ(-45deg) translate(-70px, -108px);
}
.caseBox li:hover .caseBoxImgLight {
	transition: .5s;
	transform: rotateZ(-45deg) translate(-70px, 180px);
}
.caseBox li:hover .caseBoxTitle {
	color: #00538d;
}
.caseMore {
	display: block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin: 30px auto;
	background: #4384e5;
}
.caseMore:hover {
	color: #fff;
	text-decoration: underline;
}
/*结束滚动*/
/*合作伙伴结束*/
/*合作伙伴结束*/
/*tel2开始*/
.tel2Box {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	color: #FFF;
}
.tel2L {
	position: absolute;
	left: 90px;
	top: 50%;
	transform: translateY(-50%);
	width: 600px;
}
.tel2LP1 {
	font-size: 22px;
	letter-spacing: 2px;
}
.tel2LP2 {
	font-size: 16px;
	margin: 10PX 0;
}
.tel2LP3 {
	font-size: 12px;
	font-family: georgia;
}
.tel2R {
	position: absolute;
	right: 90px;
	top: 50%;
	transform: translateY(-50%);
	width: 200px;
}
.tel2Rp1 {
	font-size: 14px;
}
.tel2Rp2 {
	font-size: 24px;
	font-family: arial;
	margin: 5px 0;
}
.tel2RpA {
	display: block;
	background: #fff;
	width: 155px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	color: #c49c5a;
	font-size: 24px;
}
.tel2RpA:hover {
	color: #c49c5a;
	text-decoration: underline;
}
/*tel2结束*/
/*流程开始*/
.liuc {
	margin-top: 120px;
	width: 100%;
	height: 420px;
	background: url(../images/buzhoubg.jpg) no-repeat center;
	padding-top: 40px;
	box-sizing: border-box;
}
.liuctitle {
	width: 250px;
}
.liuctitle p:nth-child(1) span {
	background: #f9f9f9;
	padding: 20px 30px;
}
.liucBox {
	width: 1100px;
	margin: 0 auto;
}
.liucLine {
	width: 1100px;
	height: 1px;
	background: #9F9F9F;
	margin: 0 auto;
	margin-top: 120px;
}
.liucList {
	position: relative;
	width: 1100px;
	margin: 0 auto;
	transform: translateY(-12px);
}
.liucList li {
	float: left;
	width: 108px;
	height: 75px;
	margin-right: 1px;
	position: relative;
}
.liucList li div {
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: #F9F9F9;
	color: #9F9F9F;
	border-radius: 50%;
	border: 1px solid #9F9F9F;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	/* top: -50%; */
	transform: translate(-50%, 0%);
}
.liucList li div:hover {
	cursor: pointer;
	background: #4384e5;
	color: #fff;
}
.liucList li p {
	width: 200px;
	height: 40px;
	text-align: center;
	font-size: 14px;
	color: #666;
	position: absolute;
	left: 50%;
	bottom: -40px;
	transform: translate(-50%, -50%);
}
.liucList li:nth-child(odd) p {
	top: -40px;
}
.liucMore {
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #4384e5;
	margin: 0 auto;
	display: block;
	margin-top: 120px;
}
.liucMore:hover {
	text-decoration: underline;
	color: #fff;
}
/*流程结束*/
/*新闻中心开始*/
.news {
	width: 100%;
	height: 610px;
	background: #f3f3f3;
	padding-top: 60px;
	box-sizing: border-box;
}
.newsContTitle {
	width: 328px;
}
.newsContTitle p:nth-child(1) span {
	background: #f3f3f3;
}
.newsList {
	width: 1100px;
	height: 200px;
	margin: 40px auto;
}
.newsL {
	width: 650px;
	height: 100%;
	float: left;
}
.newsLimg {
	width: 300px;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
}
.newsLimg img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
}
.newsLimg img:hover {
	transform: translate(-50%, -50%) scale(1.1);
}
.newsLWord {
	width: 330px;
	margin-top: 20px;
	float: right;
}
.newsLWordTitle {
	width: 100%;
	height: 30px;
	position: relative;
}
.newsLWordTitle span {
	font-size: 14px;
	font-family: arial;
	color: #999;
	position: absolute;
	right: 0;
	top: 5px;
}
.newsLWordTitle a {
	display: block;
	width: 240px;
	height: 20px;
	font-size: 16px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}
.newsLWordTitle a:hover {
	color: #4384E5;
}
.newsLp {
	width: 100%;
	height: 60px;
	margin: 20px auto;
	font-size: 14px;
	color: #666;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.newsLmore {
	display: block;
	float: right;
	margin-top: 10px;
	width: 130px;
	height: 30px;
	background: #4384E5;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.newsLmore:hover {
	color: #fff;
	text-decoration: underline;
}
.newsR {
	width: 400px;
	float: right;
}
.newsR li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
	padding-left: 40px;
	box-sizing: border-box;
	position: relative;
}
.newsR li:before {
	content: url(../images/newsico.png);
	position: absolute;
	left: 15px;
	top: -2px;
}
.newsR li a {
	display: block;
	width: 270px;
	height: 40px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
}
.newsR li a:hover {
	color: #4384E5;
}
.newsR li span {
	font-size: 14px;
	font-family: arial;
	color: #999;
	position: absolute;
	right: 0;
	top: 0px;
}
/**/
.question {
	width: 1100px;
	height: 120px;
	margin: 0 auto;
}
.questionL {
	width: 191px;
	height: 130px;
	background: #4384e5;
	color: #fff;
	float: left;
	text-align: center;
	padding-top: 20px;
	box-sizing: border-box;
	font-family: "宋体";
	font-weight: bold;
}
.questionL:hover {
	color: #fff;
}
.questionL p:nth-child(1) {
	font-size: 22px;
	/* font-family: "宋体"; */
}
.questionL p:nth-child(2) {
	font-size: 12px;
	text-decoration: underline;
	font-family: "宋体";
	margin-top: 20px;
}
.questionR {
	width: 880px;
	height: 100%;
	float: right;
}
.questionR li {
	position: relative;
	width: 390px;
	float: left;
	padding-left: 40px;
	padding-top: 14px;
	box-sizing: border-box;
	font-family: "宋体";
}
.questionR li:first-child {
	margin-right: 100px;
}
.questionR li a {
	font-size: 16px;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	color: #333;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.questionR li a:hover {
	color: #4384E5;
	text-decoration: underline;
}
.questionR li:before {
	content: '问:';
	display: block;
	font-size: 16px;
	color: #4384e5;
	font-weight: bold;
	text-align: center;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 14px;
}
.questionR li:after {
	content: '答:';
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #4384e5;
	text-align: center;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 54px;
}
.questionR li p {
	margin-top: 10px;
	font-size: 15px;
	line-height: 28px;
	height: 78px;
	color: #666;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/*新闻中心结束*/
